By obtaining a data command via
OnConfigureCountCommand(TDataCommand) and then running that command, this inversion control method handles the request to count all
TEntity
entities in the underlying relational data store.
Name
|
Description
|
OnCount()
|
By obtaining a data command via OnConfigureCountCommand(TDataCommand) and then running that command, this inversion control method handles the request to count all TEntity
entities in the underlying relational data store.
|
OnCount(Where)
|
By obtaining a data command via OnConfigureCountCommand(TDataCommand,Where) and then running that command, this inversion control method handles the request to count all
TEntity entities in compliance with the Where filtering criteria.
|
OnCount(TFilteringCriteria)
|
Handles the request to count all TEntity entities in compliance with the TFilteringCriteria.
(inherited from Dao<TEntity, TEntityCollection, TDataContext, TFilteringCriteria, TOrderingCriteria, TPagingCriteria, TCarboniteController, TTransaction, TTransactionCreationParameters>).
|